-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Update) - banned release groups and compile some existing PR's #327
Open
Audionut
wants to merge
924
commits into
L4GSP1KE:master
Choose a base branch
from
Audionut:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+16,236
−6,945
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merged #278 |
Need some mapping to link urls with host
Only file based screens for now, waiting for feedback. Might fix #184
The required string conversion for IMDB ID because unit3d has dorky imdb handling, means this can return a string of 0's instead of None, which set the IMDB meta as a string of 0's. fixes: #185
This reverts commit c71eb23.
Files might have the same resolution, flagged as potential dupe, but then pass dupe checking because encoder does not match, even if it's not in the filename, rather than an actual mismatch. This change requires encoder to be an actual match to be flagged as a potential dupe. Meaning files without encoder in their name bypass this check (they want get erroneously get flagged as not a dupe), getting caught by other checks only, such as resolution. fixes #189
Used by AR
* fix: incorrect seedpool source * fix: fix incorrect category mapping get_cat_id needs to be passed the full meta dictionary * fix: remove nested checks these can all be top level * chore: lint
I set off a queue the other day, got distracted, and returned, luckily, to a file needing manual intervention which had paused the queue processing. This adds an argument to limit processing count.
Only Aither currently supported. Checks once per week.
* adding AR tag to uploads with no groups. * adding check for images in config and if they dont exist just use links * changing -AR to -NoGRP * changing -AR to -NoGRP
fixes #249
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Aither, BLU, MTV, NBL, PTP - updated banned release groups.
Merged:
#271
#283
#320
People confirm other existing PR's work and I'll compile those also.